projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626c08a
)
Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
author
Ryan Lortie
<desrt@desrt.ca>
Tue, 17 Jan 2012 15:55:50 +0000
(10:55 -0500)
committer
Ryan Lortie
<desrt@desrt.ca>
Tue, 17 Jan 2012 15:56:30 +0000
(10:56 -0500)
This reverts commit
d4fe912879ce1b19490ba5729f67a27b1cf397c9
.
This patch caused some unanticipated compatibility issues.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 62b9ac07344c003e3f532b98f28273f6b44b8853..93eb4a760b975137d7263095f7e79aadb9cc8840 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-1044,7
+1044,7
@@
gtk_window_class_init (GtkWindowClass *klass)
P_("GtkApplication"),
P_("The GtkApplication for the window"),
GTK_TYPE_APPLICATION,
- GTK_PARAM_READWRITE | G_PARAM_
CONSTRUCT | G_PARAM_
STATIC_STRINGS));
+ GTK_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
window_signals[SET_FOCUS] =
g_signal_new (I_("set-focus"),